home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-2 / card_39758.txt < prev    next >
Text File  |  1990-08-07  |  2KB  |  80 lines

  1. -- card: 39758 from stack: in.0-2
  2. -- bmap block id: 55202
  3. -- flags: 0000
  4. -- background id: 18737
  5. -- name: Readymade Flds
  6. ----- HyperTalk script -----
  7. on goBack
  8.   go cd "Other tools" of stack "Intro to HyperCard 2.0"
  9. end goBack
  10.  
  11.  
  12.  
  13.  
  14. -- part 1 (field)
  15. -- low flags: 01
  16. -- high flags: 0000
  17. -- rect: left=64 top=92 right=295 bottom=411
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 0
  21. -- font id: 174
  22. -- text size: 14
  23. -- style flags: 0
  24. -- line height: 14
  25. -- part name: 
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   if 4 = 34 then
  29.   end if
  30. end mouseUp
  31.  
  32.  
  33. -- part 2 (button)
  34. -- low flags: 00
  35. -- high flags: A000
  36. -- rect: left=288 top=253 right=297 bottom=389
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 12052 / 12052
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: ReadyMade Fields
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   visual zoom out
  48.   go cd "See ReadyMade Flds" of stack "‚Ä¢HC 2.0-6"
  49. end mouseUp
  50.  
  51.  
  52.  
  53.  
  54. -- part 3 (button)
  55. -- low flags: 80
  56. -- high flags: 0001
  57. -- rect: left=0 top=0 right=342 bottom=512
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: screenBtn
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   hide me
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part contents for card part 1
  74. ----- text -----
  75. ‚ÄúReadymade Fields‚Äù is a stack that comes with HyperCard. It is full of fields that process numbers, show the time, make calendars, hide and show themselves...
  76.  
  77. If you need any of these functions in your own stacks, you just copy one of these fields and paste it where you need it, and it will work for you.
  78.  
  79. Click the ‚ÄúReadymade Fields‚Äù option below to see the first card of this stack, and a list of the kinds of fields it makes available to you.
  80.